home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- ***********************************************************************
-
- $Header: /vol/atlanta/elib/RCS/annotation.pdf,v 1.4 96/12/03 19:24:40 martinez Exp $
-
- $Log: annotation.pdf,v $
- # Revision 1.4 96/12/03 19:24:40 martinez
- # Prettified title
- #
- # Revision 1.3 96/07/29 11:55:55 lutz
- # took out annotation_fast_read preference--now it always does fast reading
- #
- # Revision 1.2 95/04/14 18:34:00 lutz
- # added annotation_fast_read preference
- #
- # Revision 1.1 95/02/10 13:04:27 martinez
- # Initial revision
- #
- # Revision 1.2 94/10/17 12:10:38 hundley
- # Added annotation symbol size and units.
- #
- # Revision 1.1 94/03/23 15:22:40 huang
- # Initial revision
- #
-
- ***********************************************************************
- ***********************************************************************/
- /*
- *******************************************************************************
- ** PDF File -- Preference Definition File for EML.
- *******************************************************************************
- ** Description:
- **
- *******************************************************************************
- ** Author: Scott Tilley
- ** Version: 4/21/92.
- **
- ** Bugs:
- *******************************************************************************
-
- */
-
- title "Annotation" ;
-
- annotation_text_units("Annotation Text Units"): "Points"
- "Default units for text"
- enums {
- "Inches" "Inches"
- "Centimeters" "Centimeters"
- "Points" "Points"
- };
-
- annotation_text_height("Annotation Text Height"): 10
- "Default text size"
- min 0;
-
- text_fill_order("Text Fill Order"): "Fill-First"
- "Order of filling filled and outlined text"
- enums {
- "Fill-First" "Fill-First"
- "Fill-Last" "Fill-Last"
- };
-
- mitre_limit("Mitre Limit"): 3
- "Limit of mitre length / line width"
- min 1;
-
- annotation_symbol_size("Annotation Symbol Size"): 10.0
- "Default Size for Annotation Symbols"
- min 0.1;
-
- annotation_symbol_units("Annotation Symbol Units"): "Points"
- "Default units for symbols"
- enums {
- "Inches" "Inches"
- "Centimeters" "Centimeters"
- "Points" "Points"
- };
-
-
-